home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB User's Guide / Visual MSB User's Guide.rsrc / PICT_8.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  98KB  |  816x1056  |  16-bit (974 colors)
Labels: book | chat room | crt screen | hakham | monitor | reckoner | road | waterfall | web site
OCR: creating an application Resource files are shown enclosed in brackets in the project's menu Stationary When you create a new project, a new form ( Form1 ) is created for you Several procedures, we call the stationary are preinstalled in Form1 to provide the framework for your application. These procedures include Start procedure that's were execution will start and other that set minimal menubar and functionality The following is the source code of f the procedures preinstalled in Form1 You should refer the tutorial for detailed description Q the stationary Start Dim Crea teTheMenus Form Forml A= Do While A=0 Loop Fini is Sub Crea teTheMenus( Menu Apple MenuAddI tem "About Appl icat ion" AboutTheApp MenuDesk MenuAdd None MenuAddI tem u O Qui tTheApp EndSub Sub QuitTheApp( End EndSub Sub Ab ...